home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -in_the_mag- / program_perfection / gui / boopsi_misc.h < prev    next >
C/C++ Source or Header  |  1999-12-08  |  355b  |  25 lines

  1. /*
  2.  * boopsi_misc.h
  3.  *
  4.  * $Id :$
  5.  * $Log:$
  6.  *
  7.  */
  8.  
  9. #ifndef BOOPSI_MISC_H
  10. #define BOOPSI_MISC_H
  11.  
  12. #ifndef DEFS_H
  13. #include "defs.h"
  14. #endif
  15.  
  16. #ifndef INTUITION_INTUITION_H
  17. #include <intuition/intuition.h>
  18. #endif
  19.  
  20. ULONG QuickGetAttr( APTR object, ULONG attrID );
  21. VOID  NotifyAttrChanges( Object *o, struct GadgetInfo *gi, ULONG flags, Tag attr1, ...);
  22.  
  23. #endif
  24.  
  25.